home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / flin-0.5 / flin-0 / flin-0.5.1 / Manual < prev    next >
Text File  |  1996-03-20  |  1KB  |  56 lines

  1. Flin manual
  2. v0.1, nowhere near complete, any takers on helping me out?
  3.  
  4. Copyright (C) 1995 Brian Cully <shmit@kublai.com>.
  5.  
  6. Introduction
  7. ------------
  8.     Flin is a menuing system with fvwm-like syntax.
  9.  
  10. Menu Structure
  11. --------------
  12.     A menu is defined by a list of items contained inside the tokens `Menu' and `EndMenu', it
  13. can have any amount of items, each defined by TOKEN:LIST:ARGS, where TOKEN
  14. defines what the item does, LIST is how the item appears in the menu, and ARGS
  15. are the arguments to the Token. Some Tokens don't require arguments, some do,
  16. see the Token definition to find out.
  17.  
  18. Menu Tokens
  19. -----------
  20.     A menu token is a token which has a visible effect on the menu, such
  21. as displaying items.
  22.  
  23. Currently, Flin supports the following menu tokens:
  24.  
  25.     Title
  26.     Nop
  27.     SubMenu
  28.     Exec
  29.     Exit
  30.     Quit
  31.  
  32. Title inserts a non-selectable title line in the menu. Syntax:
  33.     Title:Name:
  34.  
  35. Nop inserts a non-selectable line in the menu, when blank will produce a line. Syntax:
  36.     Nop:Name:
  37.        or
  38.     Nop::
  39.  
  40. SubMenu creates a link to another menu named in the ARGS field. Syntax:
  41.     SubMenu:Name:Menu name:
  42.  
  43. Exec executes the ARGS field. Syntax:
  44.     Exec:Name:command line:
  45.  
  46. Exit exits the current menu, returning to the previous menu. If Exit is
  47. executed in the first menu loaded Flin will quit. Syntax:
  48.     Exit:Name:
  49.  
  50. Quit logs out of Flin. Syntax:
  51.     Quit:Name:
  52.  
  53. Putting it together
  54. -------------------
  55.     See the file `system.menu'
  56.